home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / science / elementt.sit / The Elements / card_32666.txt < prev    next >
Text File  |  1992-11-05  |  895b  |  45 lines

  1. -- card: 32666 from stack: in
  2. -- bmap block id: 34995
  3. -- flags: 4000
  4. -- background id: 35340
  5. -- name: FIELD INFORMATION
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=429 top=303 right=331 bottom=465
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual dissolve slowly
  23.   go to next card
  24. end mouseUp
  25.  
  26.  
  27. -- part 7 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=430 top=263 right=291 bottom=467
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1012 / 1012
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Return
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual dissolve
  42.   pop card
  43. end mouseUp
  44.  
  45.